Html Css Color HEX #CC403D Persian Red

📋 copy color: '#CC403D'

red 204 ◦ green 64 ◦ blue 61

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

Shades of Persian Red #CC403D

Tints of Persian Red #CC403D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 62.01%
G = 19.45%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC403D (or 0xCC403D) is known color: Persian Red. HEX triplet: CC, 40 and 3D. RGB value is (204,64,61). Sum of RGB (Red+Green+Blue) = 204+64+61=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC403D is #33BFC2. Grayscale: #696969. Windows color (decimal): -3391427 or 4014284. OLE color: 4014284.

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

Color convert

RGB 204 64 61 -
CMYK 0 0.69 0.70 0.2
HSL 1.26º 0.58% 0.52% -
HSV(B) 1.26º 0.7% 0.8% -
XYZ 27.58 16.84 6.21 -
YUV 105.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 204 64 61 0 0.69 0.70 0.2 1.26 0.58 0.52
Hex CC 40 3D 0 45 46 14 1 3A 34
Octal 314 100 75 0 105 106 24 1 72 64
Binary 11001100 1000000 111101 0 1000101 1000110 10100 1 111010 110100

Color Harmonies of #CC403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC403D

Black with #CC403D

Text Example


Text Example

White with #CC403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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