Html Css Color HEX #CC3827 Persian Red

📋 copy color: '#CC3827'

red 204 ◦ green 56 ◦ blue 39

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

Shades of Persian Red #CC3827

Tints of Persian Red #CC3827

RGB

 RED value IS 204 (80.08% from 255) = 68.23%

 GREEN value IS 56 (22.27% from 255) = 18.73%

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

R = 68.23%
G = 18.73%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3827 (or 0xCC3827) is known color: Persian Red. HEX triplet: CC, 38 and 27. RGB value is (204,56,39). Sum of RGB (Red+Green+Blue) = 204+56+39=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3827 is #33C7D8. Grayscale: #626262. Windows color (decimal): -3393497 or 2570444. OLE color: 2570444.

HSL color Cylindrical-coordinate representation of color #CC3827: hue angle of 6.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC3827 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 56 39 -
CMYK 0 0.73 0.81 0.2
HSL 6.18º 0.68% 0.48% -
HSV(B) 6.18º 0.81% 0.8% -
XYZ 26.68 15.81 3.57 -
YUV 98.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 204 56 39 0 0.73 0.81 0.2 6.18 0.68 0.48
Hex CC 38 27 0 49 51 14 6 44 30
Octal 314 70 47 0 111 121 24 6 104 60
Binary 11001100 111000 100111 0 1001001 1010001 10100 110 1000100 110000

Color Harmonies of #CC3827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3827

Black with #CC3827

Text Example


Text Example

White with #CC3827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3827; }

 p { color: rgb(204,56,39); }

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

background-color css

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

 a { background-color: rgb(204,56,39); }

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

border-color css

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

 span { border-color: rgb(204,56,39); }

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