Html Css Color HEX #CC403F Persian Red

📋 copy color: '#CC403F'

red 204 ◦ green 64 ◦ blue 63

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

Shades of Persian Red #CC403F

Tints of Persian Red #CC403F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.03%

R = 61.63%
G = 19.34%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC403F (or 0xCC403F) is known color: Persian Red. HEX triplet: CC, 40 and 3F. RGB value is (204,64,63). Sum of RGB (Red+Green+Blue) = 204+64+63=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC403F is #33BFC0. Grayscale: #696969. Windows color (decimal): -3391425 or 4145356. OLE color: 4145356.

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

Color convert

RGB 204 64 63 -
CMYK 0 0.69 0.69 0.2
HSL 0.43º 0.58% 0.52% -
HSV(B) 0.43º 0.69% 0.8% -
XYZ 27.63 16.86 6.5 -
YUV 105.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 204 64 63 0 0.69 0.69 0.2 0.43 0.58 0.52
Hex CC 40 3F 0 45 45 14 0 3A 34
Octal 314 100 77 0 105 105 24 0 72 64
Binary 11001100 1000000 111111 0 1000101 1000101 10100 0 111010 110100

Color Harmonies of #CC403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC403F

Black with #CC403F

Text Example


Text Example

White with #CC403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC403F; }

 p { color: rgb(204,64,63); }

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

background-color css

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

 a { background-color: rgb(204,64,63); }

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

border-color css

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

 span { border-color: rgb(204,64,63); }

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