Html Css Color HEX #CA1F3C Cardinal

📋 copy color: '#CA1F3C'

red 202 ◦ green 31 ◦ blue 60

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

Shades of Cardinal #CA1F3C

Tints of Cardinal #CA1F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.48%

R = 68.94%
G = 10.58%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA1F3C (or 0xCA1F3C) is known color: Cardinal. HEX triplet: CA, 1F and 3C. RGB value is (202,31,60). Sum of RGB (Red+Green+Blue) = 202+31+60=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F3C is #35E0C3. Grayscale: #555555. Windows color (decimal): -3530948 or 3940298. OLE color: 3940298.

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

Color convert

RGB 202 31 60 -
CMYK 0 0.85 0.70 0.21
HSL 349.82º 0.73% 0.46% -
HSV(B) 349.82º 0.85% 0.79% -
XYZ 25.66 13.86 5.6 -
YUV 85.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 202 31 60 0 0.85 0.70 0.21 349.82 0.73 0.46
Hex CA 1F 3C 0 55 46 15 15E 49 2E
Octal 312 37 74 0 125 106 25 536 111 56
Binary 11001010 11111 111100 0 1010101 1000110 10101 101011110 1001001 101110

Color Harmonies of #CA1F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F3C

Black with #CA1F3C

Text Example


Text Example

White with #CA1F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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