Html Css Color HEX #CA0730 Crimson

📋 copy color: '#CA0730'

red 202 ◦ green 7 ◦ blue 48

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

Shades of Crimson #CA0730

Tints of Crimson #CA0730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 78.6%
G = 2.72%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA0730 (or 0xCA0730) is known color: Crimson. HEX triplet: CA, 07 and 30. RGB value is (202,7,48). Sum of RGB (Red+Green+Blue) = 202+7+48=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0730 is #35F8CF. Grayscale: #464646. Windows color (decimal): -3537104 or 3147722. OLE color: 3147722.

HSL color Cylindrical-coordinate representation of color #CA0730: hue angle of 347.38º 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 #CA0730 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 7 48 -
CMYK 0 0.97 0.76 0.21
HSL 347.38º 0.93% 0.41% -
HSV(B) 347.38º 0.97% 0.79% -
XYZ 24.97 12.92 3.97 -
YUV 69.98 115.6 222.17 -
System Red Green Blue C M Y K H S L
Decimal 202 7 48 0 0.97 0.76 0.21 347.38 0.93 0.41
Hex CA 7 30 0 61 4C 15 15B 5D 29
Octal 312 7 60 0 141 114 25 533 135 51
Binary 11001010 111 110000 0 1100001 1001100 10101 101011011 1011101 101001

Color Harmonies of #CA0730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0730

Black with #CA0730

Text Example


Text Example

White with #CA0730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0730; }

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

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

background-color css

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

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

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

border-color css

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

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

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