Html Css Color HEX #CA1F44 Cardinal

📋 copy color: '#CA1F44'

red 202 ◦ green 31 ◦ blue 68

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

Shades of Cardinal #CA1F44

Tints of Cardinal #CA1F44

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.3%

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 67.11%
G = 10.3%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA1F44 (or 0xCA1F44) is known color: Cardinal. HEX triplet: CA, 1F and 44. RGB value is (202,31,68). Sum of RGB (Red+Green+Blue) = 202+31+68=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F44 is #35E0BB. Grayscale: #565656. Windows color (decimal): -3530940 or 4464586. OLE color: 4464586.

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

Color convert

RGB 202 31 68 -
CMYK 0 0.85 0.66 0.21
HSL 347.02º 0.73% 0.46% -
HSV(B) 347.02º 0.85% 0.79% -
XYZ 25.89 13.95 6.8 -
YUV 86.35 117.65 210.49 -
System Red Green Blue C M Y K H S L
Decimal 202 31 68 0 0.85 0.66 0.21 347.02 0.73 0.46
Hex CA 1F 44 0 55 42 15 15B 49 2E
Octal 312 37 104 0 125 102 25 533 111 56
Binary 11001010 11111 1000100 0 1010101 1000010 10101 101011011 1001001 101110

Color Harmonies of #CA1F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F44

Black with #CA1F44

Text Example


Text Example

White with #CA1F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F44; }

 p { color: rgb(202,31,68); }

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

background-color css

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

 a { background-color: rgb(202,31,68); }

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

border-color css

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

 span { border-color: rgb(202,31,68); }

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