Html Css Color HEX #C4004A Crimson

📋 copy color: '#C4004A'

red 196 ◦ green 0 ◦ blue 74

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

Shades of Crimson #C4004A

Tints of Crimson #C4004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 72.59%
G = 0%
B = 27.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4004A (or 0xC4004A) is known color: Crimson. HEX triplet: C4, 00 and 4A. RGB value is (196,0,74). Sum of RGB (Red+Green+Blue) = 196+0+74=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C4004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4004A is #3BFFB5. Grayscale: #424242. Windows color (decimal): -3932086 or 4849860. OLE color: 4849860.

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

Color convert

RGB 196 0 74 -
CMYK 0 1 0.62 0.23
HSL 337.35º 1% 0.38% -
HSV(B) 337.35º 1% 0.77% -
XYZ 24 12.23 7.57 -
YUV 67.04 131.93 219.98 -
System Red Green Blue C M Y K H S L
Decimal 196 0 74 0 1 0.62 0.23 337.35 1 0.38
Hex C4 0 4A 0 64 3E 17 151 64 26
Octal 304 0 112 0 144 76 27 521 144 46
Binary 11000100 0 1001010 0 1100100 111110 10111 101010001 1100100 100110

Color Harmonies of #C4004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4004A

Black with #C4004A

Text Example


Text Example

White with #C4004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4004A; }

 p { color: rgb(196,0,74); }

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

background-color css

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

 a { background-color: rgb(196,0,74); }

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

border-color css

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

 span { border-color: rgb(196,0,74); }

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