Html Css Color HEX #C83027 Persian Red

📋 copy color: '#C83027'

red 200 ◦ green 48 ◦ blue 39

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

Shades of Persian Red #C83027

Tints of Persian Red #C83027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.72%

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

R = 69.69%
G = 16.72%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C83027 (or 0xC83027) is known color: Persian Red. HEX triplet: C8, 30 and 27. RGB value is (200,48,39). Sum of RGB (Red+Green+Blue) = 200+48+39=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C83027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83027 is #37CFD8. Grayscale: #5C5C5C. Windows color (decimal): -3657689 or 2568392. OLE color: 2568392.

HSL color Cylindrical-coordinate representation of color #C83027: hue angle of 3.35º 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 #C83027 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 39 -
CMYK 0 0.76 0.80 0.22
HSL 3.35º 0.67% 0.47% -
HSV(B) 3.35º 0.81% 0.78% -
XYZ 25.24 14.54 3.4 -
YUV 92.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 200 48 39 0 0.76 0.80 0.22 3.35 0.67 0.47
Hex C8 30 27 0 4C 50 16 3 43 2F
Octal 310 60 47 0 114 120 26 3 103 57
Binary 11001000 110000 100111 0 1001100 1010000 10110 11 1000011 101111

Color Harmonies of #C83027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83027

Black with #C83027

Text Example


Text Example

White with #C83027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83027; }

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

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

background-color css

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

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

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

border-color css

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

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

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