Html Css Color HEX #C83424 Persian Red

📋 copy color: '#C83424'

red 200 ◦ green 52 ◦ blue 36

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

Shades of Persian Red #C83424

Tints of Persian Red #C83424

RGB

 RED value IS 200 (78.52% from 255) = 69.44%

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

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

R = 69.44%
G = 18.06%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C83424 (or 0xC83424) is known color: Persian Red. HEX triplet: C8, 34 and 24. RGB value is (200,52,36). Sum of RGB (Red+Green+Blue) = 200+52+36=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C83424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83424 is #37CBDB. Grayscale: #5E5E5E. Windows color (decimal): -3656668 or 2372808. OLE color: 2372808.

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

Color convert

RGB 200 52 36 -
CMYK 0 0.74 0.82 0.22
HSL 5.85º 0.69% 0.46% -
HSV(B) 5.85º 0.82% 0.78% -
XYZ 25.37 14.86 3.2 -
YUV 94.43 95.03 203.3 -
System Red Green Blue C M Y K H S L
Decimal 200 52 36 0 0.74 0.82 0.22 5.85 0.69 0.46
Hex C8 34 24 0 4A 52 16 6 45 2E
Octal 310 64 44 0 112 122 26 6 105 56
Binary 11001000 110100 100100 0 1001010 1010010 10110 110 1000101 101110

Color Harmonies of #C83424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83424

Black with #C83424

Text Example


Text Example

White with #C83424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83424; }

 p { color: rgb(200,52,36); }

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

background-color css

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

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

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

border-color css

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

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

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