Html Css Color HEX #C6024B Razzmatazz

📋 copy color: '#C6024B'

red 198 ◦ green 2 ◦ blue 75

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

Shades of Razzmatazz #C6024B

Tints of Razzmatazz #C6024B

RGB

 RED value IS 198 (77.73% from 255) = 72%

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

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

R = 72%
G = 0.73%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6024B (or 0xC6024B) is known color: Razzmatazz. HEX triplet: C6, 02 and 4B. RGB value is (198,2,75). Sum of RGB (Red+Green+Blue) = 198+2+75=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C6024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6024B is #39FDB4. Grayscale: #444444. Windows color (decimal): -3800501 or 4915910. OLE color: 4915910.

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

Color convert

RGB 198 2 75 -
CMYK 0 0.99 0.62 0.22
HSL 337.65º 0.98% 0.39% -
HSV(B) 337.65º 0.99% 0.78% -
XYZ 24.58 12.56 7.78 -
YUV 68.93 131.43 220.06 -
System Red Green Blue C M Y K H S L
Decimal 198 2 75 0 0.99 0.62 0.22 337.65 0.98 0.39
Hex C6 2 4B 0 63 3E 16 152 62 27
Octal 306 2 113 0 143 76 26 522 142 47
Binary 11000110 10 1001011 0 1100011 111110 10110 101010010 1100010 100111

Color Harmonies of #C6024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6024B

Black with #C6024B

Text Example


Text Example

White with #C6024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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