Html Css Color HEX #C3004A Crimson

📋 copy color: '#C3004A'

red 195 ◦ green 0 ◦ blue 74

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

Shades of Crimson #C3004A

Tints of Crimson #C3004A

RGB

 RED value IS 195 (76.56% from 255) = 72.49%

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

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

R = 72.49%
G = 0%
B = 27.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3004A (or 0xC3004A) is known color: Crimson. HEX triplet: C3, 00 and 4A. RGB value is (195,0,74). Sum of RGB (Red+Green+Blue) = 195+0+74=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C3004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3004A is #3CFFB5. Grayscale: #424242. Windows color (decimal): -3997622 or 4849859. OLE color: 4849859.

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

Color convert

RGB 195 0 74 -
CMYK 0 1 0.62 0.24
HSL 337.23º 1% 0.38% -
HSV(B) 337.23º 1% 0.76% -
XYZ 23.74 12.1 7.56 -
YUV 66.74 132.1 219.48 -
System Red Green Blue C M Y K H S L
Decimal 195 0 74 0 1 0.62 0.24 337.23 1 0.38
Hex C3 0 4A 0 64 3E 18 151 64 26
Octal 303 0 112 0 144 76 30 521 144 46
Binary 11000011 0 1001010 0 1100100 111110 11000 101010001 1100100 100110

Color Harmonies of #C3004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3004A

Black with #C3004A

Text Example


Text Example

White with #C3004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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