Html Css Color HEX #C4024B Razzmatazz

📋 copy color: '#C4024B'

red 196 ◦ green 2 ◦ blue 75

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

Shades of Razzmatazz #C4024B

Tints of Razzmatazz #C4024B

RGB

 RED value IS 196 (76.95% from 255) = 71.79%

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 75 (29.69% from 255) = 27.47%

R = 71.79%
G = 0.73%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4024B (or 0xC4024B) is known color: Razzmatazz. HEX triplet: C4, 02 and 4B. RGB value is (196,2,75). Sum of RGB (Red+Green+Blue) = 196+2+75=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4024B is #3BFDB4. Grayscale: #444444. Windows color (decimal): -3931573 or 4915908. OLE color: 4915908.

HSL color Cylindrical-coordinate representation of color #C4024B: hue angle of 337.42º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4024B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 75 -
CMYK 0 0.99 0.62 0.23
HSL 337.42º 0.98% 0.39% -
HSV(B) 337.42º 0.99% 0.77% -
XYZ 24.06 12.29 7.76 -
YUV 68.33 131.77 219.06 -
System Red Green Blue C M Y K H S L
Decimal 196 2 75 0 0.99 0.62 0.23 337.42 0.98 0.39
Hex C4 2 4B 0 63 3E 17 151 62 27
Octal 304 2 113 0 143 76 27 521 142 47
Binary 11000100 10 1001011 0 1100011 111110 10111 101010001 1100010 100111

Color Harmonies of #C4024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4024B

Black with #C4024B

Text Example


Text Example

White with #C4024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4024B; }

 p { color: rgb(196,2,75); }

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

background-color css

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

 a { background-color: rgb(196,2,75); }

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

border-color css

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

 span { border-color: rgb(196,2,75); }

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