Html Css Color HEX #CC422D Trinidad

📋 copy color: '#CC422D'

red 204 ◦ green 66 ◦ blue 45

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

Shades of Trinidad #CC422D

Tints of Trinidad #CC422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 64.76%
G = 20.95%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC422D (or 0xCC422D) is known color: Trinidad. HEX triplet: CC, 42 and 2D. RGB value is (204,66,45). Sum of RGB (Red+Green+Blue) = 204+66+45=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC422D is #33BDD2. Grayscale: #696969. Windows color (decimal): -3390931 or 2966220. OLE color: 2966220.

HSL color Cylindrical-coordinate representation of color #CC422D: hue angle of 7.92º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC422D is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 45 -
CMYK 0 0.68 0.78 0.2
HSL 7.92º 0.64% 0.49% -
HSV(B) 7.92º 0.78% 0.8% -
XYZ 27.32 16.92 4.31 -
YUV 104.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 204 66 45 0 0.68 0.78 0.2 7.92 0.64 0.49
Hex CC 42 2D 0 44 4E 14 8 40 31
Octal 314 102 55 0 104 116 24 10 100 61
Binary 11001100 1000010 101101 0 1000100 1001110 10100 1000 1000000 110001

Color Harmonies of #CC422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC422D

Black with #CC422D

Text Example


Text Example

White with #CC422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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