Html Css Color HEX #CA0736 Crimson

📋 copy color: '#CA0736'

red 202 ◦ green 7 ◦ blue 54

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

Shades of Crimson #CA0736

Tints of Crimson #CA0736

RGB

 RED value IS 202 (79.3% from 255) = 76.81%

 GREEN value IS 7 (3.13% from 255) = 2.66%

 BLUE value IS 54 (21.48% from 255) = 20.53%

R = 76.81%
G = 2.66%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA0736 (or 0xCA0736) is known color: Crimson. HEX triplet: CA, 07 and 36. RGB value is (202,7,54). Sum of RGB (Red+Green+Blue) = 202+7+54=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0736 is #35F8C9. Grayscale: #464646. Windows color (decimal): -3537098 or 3540938. OLE color: 3540938.

HSL color Cylindrical-coordinate representation of color #CA0736: hue angle of 345.54º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0736 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 7 54 -
CMYK 0 0.97 0.73 0.21
HSL 345.54º 0.93% 0.41% -
HSV(B) 345.54º 0.97% 0.79% -
XYZ 25.1 12.97 4.67 -
YUV 70.66 118.6 221.68 -
System Red Green Blue C M Y K H S L
Decimal 202 7 54 0 0.97 0.73 0.21 345.54 0.93 0.41
Hex CA 7 36 0 61 49 15 15A 5D 29
Octal 312 7 66 0 141 111 25 532 135 51
Binary 11001010 111 110110 0 1100001 1001001 10101 101011010 1011101 101001

Color Harmonies of #CA0736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0736

Black with #CA0736

Text Example


Text Example

White with #CA0736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0736; }

 p { color: rgb(202,7,54); }

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

background-color css

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

 a { background-color: rgb(202,7,54); }

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

border-color css

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

 span { border-color: rgb(202,7,54); }

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