Html Css Color HEX #CC3825 Persian Red

📋 copy color: '#CC3825'

red 204 ◦ green 56 ◦ blue 37

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

Shades of Persian Red #CC3825

Tints of Persian Red #CC3825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 68.69%
G = 18.86%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3825 (or 0xCC3825) is known color: Persian Red. HEX triplet: CC, 38 and 25. RGB value is (204,56,37). Sum of RGB (Red+Green+Blue) = 204+56+37=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3825 is #33C7DA. Grayscale: #626262. Windows color (decimal): -3393499 or 2439372. OLE color: 2439372.

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

Color convert

RGB 204 56 37 -
CMYK 0 0.73 0.82 0.2
HSL 6.83º 0.69% 0.47% -
HSV(B) 6.83º 0.82% 0.8% -
XYZ 26.65 15.8 3.4 -
YUV 98.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 204 56 37 0 0.73 0.82 0.2 6.83 0.69 0.47
Hex CC 38 25 0 49 52 14 7 45 2F
Octal 314 70 45 0 111 122 24 7 105 57
Binary 11001100 111000 100101 0 1001001 1010010 10100 111 1000101 101111

Color Harmonies of #CC3825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3825

Black with #CC3825

Text Example


Text Example

White with #CC3825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3825; }

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

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

background-color css

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

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

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

border-color css

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

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

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