Html Css Color HEX #CC423D Persian Red

📋 copy color: '#CC423D'

red 204 ◦ green 66 ◦ blue 61

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

Shades of Persian Red #CC423D

Tints of Persian Red #CC423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.94%

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

R = 61.63%
G = 19.94%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC423D (or 0xCC423D) is known color: Persian Red. HEX triplet: CC, 42 and 3D. RGB value is (204,66,61). Sum of RGB (Red+Green+Blue) = 204+66+61=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC423D is #33BDC2. Grayscale: #6A6A6A. Windows color (decimal): -3390915 or 4014796. OLE color: 4014796.

HSL color Cylindrical-coordinate representation of color #CC423D: hue angle of 2.1º 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 #CC423D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 61 -
CMYK 0 0.68 0.70 0.2
HSL 2.1º 0.58% 0.52% -
HSV(B) 2.1º 0.7% 0.8% -
XYZ 27.69 17.07 6.25 -
YUV 106.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 204 66 61 0 0.68 0.70 0.2 2.1 0.58 0.52
Hex CC 42 3D 0 44 46 14 2 3A 34
Octal 314 102 75 0 104 106 24 2 72 64
Binary 11001100 1000010 111101 0 1000100 1000110 10100 10 111010 110100

Color Harmonies of #CC423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC423D

Black with #CC423D

Text Example


Text Example

White with #CC423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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