Html Css Color HEX #C33E35 Persian Red

📋 copy color: '#C33E35'

red 195 ◦ green 62 ◦ blue 53

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

Shades of Persian Red #C33E35

Tints of Persian Red #C33E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20%

 BLUE value IS 53 (21.09% from 255) = 17.1%

R = 62.9%
G = 20%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C33E35 (or 0xC33E35) is known color: Persian Red. HEX triplet: C3, 3E and 35. RGB value is (195,62,53). Sum of RGB (Red+Green+Blue) = 195+62+53=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E35 is #3CC1CA. Grayscale: #646464. Windows color (decimal): -3981771 or 3489475. OLE color: 3489475.

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

Color convert

RGB 195 62 53 -
CMYK 0 0.68 0.73 0.24
HSL 3.8º 0.57% 0.49% -
HSV(B) 3.8º 0.73% 0.76% -
XYZ 24.87 15.3 5.01 -
YUV 100.74 101.06 195.23 -
System Red Green Blue C M Y K H S L
Decimal 195 62 53 0 0.68 0.73 0.24 3.8 0.57 0.49
Hex C3 3E 35 0 44 49 18 4 39 31
Octal 303 76 65 0 104 111 30 4 71 61
Binary 11000011 111110 110101 0 1000100 1001001 11000 100 111001 110001

Color Harmonies of #C33E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E35

Black with #C33E35

Text Example


Text Example

White with #C33E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E35; }

 p { color: rgb(195,62,53); }

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

background-color css

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

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

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

border-color css

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

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

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