Html Css Color HEX #CC303D Brick Red

📋 copy color: '#CC303D'

red 204 ◦ green 48 ◦ blue 61

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

Shades of Brick Red #CC303D

Tints of Brick Red #CC303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

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

R = 65.18%
G = 15.34%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC303D (or 0xCC303D) is known color: Brick Red. HEX triplet: CC, 30 and 3D. RGB value is (204,48,61). Sum of RGB (Red+Green+Blue) = 204+48+61=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC303D is #33CFC2. Grayscale: #606060. Windows color (decimal): -3395523 or 4010188. OLE color: 4010188.

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

Color convert

RGB 204 48 61 -
CMYK 0 0.76 0.70 0.2
HSL 355º 0.62% 0.49% -
HSV(B) 355º 0.76% 0.8% -
XYZ 26.8 15.29 5.95 -
YUV 96.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 204 48 61 0 0.76 0.70 0.2 355 0.62 0.49
Hex CC 30 3D 0 4C 46 14 163 3E 31
Octal 314 60 75 0 114 106 24 543 76 61
Binary 11001100 110000 111101 0 1001100 1000110 10100 101100011 111110 110001

Color Harmonies of #CC303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC303D

Black with #CC303D

Text Example


Text Example

White with #CC303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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