Html Css Color HEX #C8332A Persian Red

📋 copy color: '#C8332A'

red 200 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #C8332A

Tints of Persian Red #C8332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 68.26%
G = 17.41%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8332A (or 0xC8332A) is known color: Persian Red. HEX triplet: C8, 33 and 2A. RGB value is (200,51,42). Sum of RGB (Red+Green+Blue) = 200+51+42=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8332A is #37CCD5. Grayscale: #5E5E5E. Windows color (decimal): -3656918 or 2765768. OLE color: 2765768.

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

Color convert

RGB 200 51 42 -
CMYK 0 0.74 0.79 0.22
HSL 3.42º 0.65% 0.47% -
HSV(B) 3.42º 0.79% 0.78% -
XYZ 25.42 14.81 3.71 -
YUV 94.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 200 51 42 0 0.74 0.79 0.22 3.42 0.65 0.47
Hex C8 33 2A 0 4A 4F 16 3 41 2F
Octal 310 63 52 0 112 117 26 3 101 57
Binary 11001000 110011 101010 0 1001010 1001111 10110 11 1000001 101111

Color Harmonies of #C8332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8332A

Black with #C8332A

Text Example


Text Example

White with #C8332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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