Html Css Color HEX #CA0743 Crimson

📋 copy color: '#CA0743'

red 202 ◦ green 7 ◦ blue 67

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

Shades of Crimson #CA0743

Tints of Crimson #CA0743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.28%

R = 73.19%
G = 2.54%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA0743 (or 0xCA0743) is known color: Crimson. HEX triplet: CA, 07 and 43. RGB value is (202,7,67). Sum of RGB (Red+Green+Blue) = 202+7+67=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0743 is #35F8BC. Grayscale: #484848. Windows color (decimal): -3537085 or 4392906. OLE color: 4392906.

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

Color convert

RGB 202 7 67 -
CMYK 0 0.97 0.67 0.21
HSL 341.54º 0.93% 0.41% -
HSV(B) 341.54º 0.97% 0.79% -
XYZ 25.45 13.11 6.5 -
YUV 72.15 125.1 220.62 -
System Red Green Blue C M Y K H S L
Decimal 202 7 67 0 0.97 0.67 0.21 341.54 0.93 0.41
Hex CA 7 43 0 61 43 15 156 5D 29
Octal 312 7 103 0 141 103 25 526 135 51
Binary 11001010 111 1000011 0 1100001 1000011 10101 101010110 1011101 101001

Color Harmonies of #CA0743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0743

Black with #CA0743

Text Example


Text Example

White with #CA0743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0743; }

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

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

background-color css

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

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

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

border-color css

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

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

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