Html Css Color HEX #C33324 Persian Red

📋 copy color: '#C33324'

red 195 ◦ green 51 ◦ blue 36

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

Shades of Persian Red #C33324

Tints of Persian Red #C33324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.09%

 BLUE value IS 36 (14.45% from 255) = 12.77%

R = 69.15%
G = 18.09%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C33324 (or 0xC33324) is known color: Persian Red. HEX triplet: C3, 33 and 24. RGB value is (195,51,36). Sum of RGB (Red+Green+Blue) = 195+51+36=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C33324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33324 is #3CCCDB. Grayscale: #5C5C5C. Windows color (decimal): -3984604 or 2372547. OLE color: 2372547.

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

Color convert

RGB 195 51 36 -
CMYK 0 0.74 0.82 0.24
HSL 5.66º 0.69% 0.45% -
HSV(B) 5.66º 0.82% 0.76% -
XYZ 24.01 14.1 3.12 -
YUV 92.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 195 51 36 0 0.74 0.82 0.24 5.66 0.69 0.45
Hex C3 33 24 0 4A 52 18 6 45 2D
Octal 303 63 44 0 112 122 30 6 105 55
Binary 11000011 110011 100100 0 1001010 1010010 11000 110 1000101 101101

Color Harmonies of #C33324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33324

Black with #C33324

Text Example


Text Example

White with #C33324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33324; }

 p { color: rgb(195,51,36); }

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

background-color css

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

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

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

border-color css

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

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

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