Html Css Color HEX #C82A23 Persian Red

📋 copy color: '#C82A23'

red 200 ◦ green 42 ◦ blue 35

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

Shades of Persian Red #C82A23

Tints of Persian Red #C82A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.16%

 BLUE value IS 35 (14.06% from 255) = 12.64%

R = 72.2%
G = 15.16%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C82A23 (or 0xC82A23) is known color: Persian Red. HEX triplet: C8, 2A and 23. RGB value is (200,42,35). Sum of RGB (Red+Green+Blue) = 200+42+35=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82A23 is #37D5DC. Grayscale: #585858. Windows color (decimal): -3659229 or 2304712. OLE color: 2304712.

HSL color Cylindrical-coordinate representation of color #C82A23: hue angle of 2.55º degrees, saturation: 0.7, 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 #C82A23 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 42 35 -
CMYK 0 0.79 0.82 0.22
HSL 2.55º 0.7% 0.46% -
HSV(B) 2.55º 0.83% 0.78% -
XYZ 24.95 14.06 2.99 -
YUV 88.44 97.85 207.57 -
System Red Green Blue C M Y K H S L
Decimal 200 42 35 0 0.79 0.82 0.22 2.55 0.7 0.46
Hex C8 2A 23 0 4F 52 16 3 46 2E
Octal 310 52 43 0 117 122 26 3 106 56
Binary 11001000 101010 100011 0 1001111 1010010 10110 11 1000110 101110

Color Harmonies of #C82A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82A23

Black with #C82A23

Text Example


Text Example

White with #C82A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82A23; }

 p { color: rgb(200,42,35); }

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

background-color css

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

 a { background-color: rgb(200,42,35); }

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

border-color css

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

 span { border-color: rgb(200,42,35); }

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