Html Css Color HEX #CC612B Chilean Fire

📋 copy color: '#CC612B'

red 204 ◦ green 97 ◦ blue 43

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

Shades of Chilean Fire #CC612B

Tints of Chilean Fire #CC612B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 59.3%
G = 28.2%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC612B (or 0xCC612B) is known color: Chilean Fire. HEX triplet: CC, 61 and 2B. RGB value is (204,97,43). Sum of RGB (Red+Green+Blue) = 204+97+43=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC612B is #339ED4. Grayscale: #7B7B7B. Windows color (decimal): -3382997 or 2843084. OLE color: 2843084.

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

Color convert

RGB 204 97 43 -
CMYK 0 0.52 0.79 0.2
HSL 20.12º 0.65% 0.48% -
HSV(B) 20.12º 0.79% 0.8% -
XYZ 29.61 21.56 4.89 -
YUV 122.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 204 97 43 0 0.52 0.79 0.2 20.12 0.65 0.48
Hex CC 61 2B 0 34 4F 14 14 41 30
Octal 314 141 53 0 64 117 24 24 101 60
Binary 11001100 1100001 101011 0 110100 1001111 10100 10100 1000001 110000

Color Harmonies of #CC612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC612B

Black with #CC612B

Text Example


Text Example

White with #CC612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC612B; }

 p { color: rgb(204,97,43); }

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

background-color css

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

 a { background-color: rgb(204,97,43); }

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

border-color css

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

 span { border-color: rgb(204,97,43); }

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