Html Css Color HEX #C33434 Persian Red

📋 copy color: '#C33434'

red 195 ◦ green 52 ◦ blue 52

#C33434
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #C33434

Tints of Persian Red #C33434

RGB

 RED value IS 195 (76.56% from 255) = 65.22%

 GREEN value IS 52 (20.7% from 255) = 17.39%

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 65.22%
G = 17.39%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C33434 (or 0xC33434) is known color: Persian Red. HEX triplet: C3, 34 and 34. RGB value is (195,52,52). Sum of RGB (Red+Green+Blue) = 195+52+52=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C33434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33434 is #3CCBCB. Grayscale: #5E5E5E. Windows color (decimal): -3984332 or 3421379. OLE color: 3421379.

HSL color Cylindrical-coordinate representation of color #C33434: hue angle of 0º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33434 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 52 52 -
CMYK 0 0.73 0.73 0.24
HSL 0.58% 0.48% -
HSV(B) 0.73% 0.76% -
XYZ 24.35 14.31 4.73 -
YUV 94.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 195 52 52 0 0.73 0.73 0.24 0 0.58 0.48
Hex C3 34 34 0 49 49 18 0 3A 30
Octal 303 64 64 0 111 111 30 0 72 60
Binary 11000011 110100 110100 0 1001001 1001001 11000 0 111010 110000

Color Harmonies of #C33434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33434

Black with #C33434

Text Example


Text Example

White with #C33434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33434; }

 p { color: rgb(195,52,52); }

 H1.HeaderClassName
 {
   color: #C33434;
 }
 .AnyTagClassName
 {
   color: #C33434;
 }
</style>

background-color css

<style>
 a { background-color: #C33434; }

 a { background-color: rgb(195,52,52); }

 div.DivClassName
 {
   background-color: #C33434;
 }
 .BgClassName
 {
   background-color: #C33434;
 }
</style>

border-color css

<style>
 span { border-color: #C33434; }

 span { border-color: rgb(195,52,52); }

 td.TdClassName
 {
   border-color: #C33434;
 }
 .TagClassName
 {
   border-color: #C33434;
 }
</style>