Html Css Color HEX #C83327 Persian Red

📋 copy color: '#C83327'

red 200 ◦ green 51 ◦ blue 39

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

Shades of Persian Red #C83327

Tints of Persian Red #C83327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 68.97%
G = 17.59%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C83327 (or 0xC83327) is known color: Persian Red. HEX triplet: C8, 33 and 27. RGB value is (200,51,39). Sum of RGB (Red+Green+Blue) = 200+51+39=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C83327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83327 is #37CCD8. Grayscale: #5E5E5E. Windows color (decimal): -3656921 or 2569160. OLE color: 2569160.

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

Color convert

RGB 200 51 39 -
CMYK 0 0.74 0.80 0.22
HSL 4.47º 0.67% 0.47% -
HSV(B) 4.47º 0.81% 0.78% -
XYZ 25.37 14.79 3.44 -
YUV 94.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 200 51 39 0 0.74 0.80 0.22 4.47 0.67 0.47
Hex C8 33 27 0 4A 50 16 4 43 2F
Octal 310 63 47 0 112 120 26 4 103 57
Binary 11001000 110011 100111 0 1001010 1010000 10110 100 1000011 101111

Color Harmonies of #C83327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83327

Black with #C83327

Text Example


Text Example

White with #C83327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83327; }

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

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

background-color css

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

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

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

border-color css

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

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

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