Html Css Color HEX #CC3842 Brick Red

📋 copy color: '#CC3842'

red 204 ◦ green 56 ◦ blue 66

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

Shades of Brick Red #CC3842

Tints of Brick Red #CC3842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 62.58%
G = 17.18%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC3842 (or 0xCC3842) is known color: Brick Red. HEX triplet: CC, 38 and 42. RGB value is (204,56,66). Sum of RGB (Red+Green+Blue) = 204+56+66=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3842 is #33C7BD. Grayscale: #656565. Windows color (decimal): -3393470 or 4339916. OLE color: 4339916.

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

Color convert

RGB 204 56 66 -
CMYK 0 0.73 0.68 0.2
HSL 355.95º 0.59% 0.51% -
HSV(B) 355.95º 0.73% 0.8% -
XYZ 27.3 16.06 6.82 -
YUV 101.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 204 56 66 0 0.73 0.68 0.2 355.95 0.59 0.51
Hex CC 38 42 0 49 44 14 164 3B 33
Octal 314 70 102 0 111 104 24 544 73 63
Binary 11001100 111000 1000010 0 1001001 1000100 10100 101100100 111011 110011

Color Harmonies of #CC3842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3842

Black with #CC3842

Text Example


Text Example

White with #CC3842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3842; }

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

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

background-color css

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

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

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

border-color css

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

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

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