Html Css Color HEX #CC403A Persian Red

📋 copy color: '#CC403A'

red 204 ◦ green 64 ◦ blue 58

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

Shades of Persian Red #CC403A

Tints of Persian Red #CC403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 62.58%
G = 19.63%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC403A (or 0xCC403A) is known color: Persian Red. HEX triplet: CC, 40 and 3A. RGB value is (204,64,58). Sum of RGB (Red+Green+Blue) = 204+64+58=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC403A is #33BFC5. Grayscale: #696969. Windows color (decimal): -3391430 or 3817676. OLE color: 3817676.

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

Color convert

RGB 204 64 58 -
CMYK 0 0.69 0.72 0.2
HSL 2.47º 0.59% 0.51% -
HSV(B) 2.47º 0.72% 0.8% -
XYZ 27.5 16.81 5.8 -
YUV 105.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 204 64 58 0 0.69 0.72 0.2 2.47 0.59 0.51
Hex CC 40 3A 0 45 48 14 2 3B 33
Octal 314 100 72 0 105 110 24 2 73 63
Binary 11001100 1000000 111010 0 1000101 1001000 10100 10 111011 110011

Color Harmonies of #CC403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC403A

Black with #CC403A

Text Example


Text Example

White with #CC403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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