Html Css Color HEX #CC253F Brick Red

📋 copy color: '#CC253F'

red 204 ◦ green 37 ◦ blue 63

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

Shades of Brick Red #CC253F

Tints of Brick Red #CC253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 67.11%
G = 12.17%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC253F (or 0xCC253F) is known color: Brick Red. HEX triplet: CC, 25 and 3F. RGB value is (204,37,63). Sum of RGB (Red+Green+Blue) = 204+37+63=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC253F is #33DAC0. Grayscale: #595959. Windows color (decimal): -3398337 or 4138444. OLE color: 4138444.

HSL color Cylindrical-coordinate representation of color #CC253F: hue angle of 350.66º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC253F is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 37 63 -
CMYK 0 0.82 0.69 0.2
HSL 350.66º 0.69% 0.47% -
HSV(B) 350.66º 0.82% 0.8% -
XYZ 26.46 14.52 6.11 -
YUV 89.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 204 37 63 0 0.82 0.69 0.2 350.66 0.69 0.47
Hex CC 25 3F 0 52 45 14 15F 45 2F
Octal 314 45 77 0 122 105 24 537 105 57
Binary 11001100 100101 111111 0 1010010 1000101 10100 101011111 1000101 101111

Color Harmonies of #CC253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC253F

Black with #CC253F

Text Example


Text Example

White with #CC253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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