Html Css Color HEX #C84033 Persian Red

📋 copy color: '#C84033'

red 200 ◦ green 64 ◦ blue 51

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

Shades of Persian Red #C84033

Tints of Persian Red #C84033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

 BLUE value IS 51 (20.31% from 255) = 16.19%

R = 63.49%
G = 20.32%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C84033 (or 0xC84033) is known color: Persian Red. HEX triplet: C8, 40 and 33. RGB value is (200,64,51). Sum of RGB (Red+Green+Blue) = 200+64+51=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C84033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84033 is #37BFCC. Grayscale: #676767. Windows color (decimal): -3653581 or 3358920. OLE color: 3358920.

HSL color Cylindrical-coordinate representation of color #C84033: hue angle of 5.23º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C84033 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 64 51 -
CMYK 0 0.68 0.74 0.22
HSL 5.23º 0.59% 0.49% -
HSV(B) 5.23º 0.75% 0.78% -
XYZ 26.25 16.19 4.87 -
YUV 103.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 200 64 51 0 0.68 0.74 0.22 5.23 0.59 0.49
Hex C8 40 33 0 44 4A 16 5 3B 31
Octal 310 100 63 0 104 112 26 5 73 61
Binary 11001000 1000000 110011 0 1000100 1001010 10110 101 111011 110001

Color Harmonies of #C84033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84033

Black with #C84033

Text Example


Text Example

White with #C84033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84033; }

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

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

background-color css

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

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

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

border-color css

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

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

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