Html Css Color HEX #C33628 Persian Red

📋 copy color: '#C33628'

red 195 ◦ green 54 ◦ blue 40

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

Shades of Persian Red #C33628

Tints of Persian Red #C33628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 67.47%
G = 18.69%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C33628 (or 0xC33628) is known color: Persian Red. HEX triplet: C3, 36 and 28. RGB value is (195,54,40). Sum of RGB (Red+Green+Blue) = 195+54+40=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C33628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33628 is #3CC9D7. Grayscale: #5E5E5E. Windows color (decimal): -3983832 or 2635459. OLE color: 2635459.

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

Color convert

RGB 195 54 40 -
CMYK 0 0.72 0.79 0.24
HSL 5.42º 0.66% 0.46% -
HSV(B) 5.42º 0.79% 0.76% -
XYZ 24.21 14.39 3.51 -
YUV 94.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 195 54 40 0 0.72 0.79 0.24 5.42 0.66 0.46
Hex C3 36 28 0 48 4F 18 5 42 2E
Octal 303 66 50 0 110 117 30 5 102 56
Binary 11000011 110110 101000 0 1001000 1001111 11000 101 1000010 101110

Color Harmonies of #C33628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33628

Black with #C33628

Text Example


Text Example

White with #C33628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33628; }

 p { color: rgb(195,54,40); }

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

background-color css

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

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

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

border-color css

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

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

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