Html Css Color HEX #C33928 Persian Red

📋 copy color: '#C33928'

red 195 ◦ green 57 ◦ blue 40

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

Shades of Persian Red #C33928

Tints of Persian Red #C33928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.52%

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

R = 66.78%
G = 19.52%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C33928 (or 0xC33928) is known color: Persian Red. HEX triplet: C3, 39 and 28. RGB value is (195,57,40). Sum of RGB (Red+Green+Blue) = 195+57+40=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C33928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33928 is #3CC6D7. Grayscale: #606060. Windows color (decimal): -3983064 or 2636227. OLE color: 2636227.

HSL color Cylindrical-coordinate representation of color #C33928: hue angle of 6.58º 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 #C33928 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 57 40 -
CMYK 0 0.71 0.79 0.24
HSL 6.58º 0.66% 0.46% -
HSV(B) 6.58º 0.79% 0.76% -
XYZ 24.35 14.68 3.56 -
YUV 96.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 195 57 40 0 0.71 0.79 0.24 6.58 0.66 0.46
Hex C3 39 28 0 47 4F 18 7 42 2E
Octal 303 71 50 0 107 117 30 7 102 56
Binary 11000011 111001 101000 0 1000111 1001111 11000 111 1000010 101110

Color Harmonies of #C33928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33928

Black with #C33928

Text Example


Text Example

White with #C33928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33928; }

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

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

background-color css

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

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

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

border-color css

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

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

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