Html Css Color HEX #CC303F Brick Red

📋 copy color: '#CC303F'

red 204 ◦ green 48 ◦ blue 63

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

Shades of Brick Red #CC303F

Tints of Brick Red #CC303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20%

R = 64.76%
G = 15.24%
B = 20%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC303F (or 0xCC303F) is known color: Brick Red. HEX triplet: CC, 30 and 3F. RGB value is (204,48,63). Sum of RGB (Red+Green+Blue) = 204+48+63=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC303F is #33CFC0. Grayscale: #606060. Windows color (decimal): -3395521 or 4141260. OLE color: 4141260.

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

Color convert

RGB 204 48 63 -
CMYK 0 0.76 0.69 0.2
HSL 354.23º 0.62% 0.49% -
HSV(B) 354.23º 0.76% 0.8% -
XYZ 26.86 15.31 6.24 -
YUV 96.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 204 48 63 0 0.76 0.69 0.2 354.23 0.62 0.49
Hex CC 30 3F 0 4C 45 14 162 3E 31
Octal 314 60 77 0 114 105 24 542 76 61
Binary 11001100 110000 111111 0 1001100 1000101 10100 101100010 111110 110001

Color Harmonies of #CC303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC303F

Black with #CC303F

Text Example


Text Example

White with #CC303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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