Html Css Color HEX #CA1330 Cardinal

📋 copy color: '#CA1330'

red 202 ◦ green 19 ◦ blue 48

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

Shades of Cardinal #CA1330

Tints of Cardinal #CA1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 75.09%
G = 7.06%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA1330 (or 0xCA1330) is known color: Cardinal. HEX triplet: CA, 13 and 30. RGB value is (202,19,48). Sum of RGB (Red+Green+Blue) = 202+19+48=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1330 is #35ECCF. Grayscale: #4D4D4D. Windows color (decimal): -3534032 or 3150794. OLE color: 3150794.

HSL color Cylindrical-coordinate representation of color #CA1330: hue angle of 350.49º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1330 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 19 48 -
CMYK 0 0.91 0.76 0.21
HSL 350.49º 0.83% 0.43% -
HSV(B) 350.49º 0.91% 0.79% -
XYZ 25.12 13.24 4.03 -
YUV 77.02 111.63 217.14 -
System Red Green Blue C M Y K H S L
Decimal 202 19 48 0 0.91 0.76 0.21 350.49 0.83 0.43
Hex CA 13 30 0 5B 4C 15 15E 53 2B
Octal 312 23 60 0 133 114 25 536 123 53
Binary 11001010 10011 110000 0 1011011 1001100 10101 101011110 1010011 101011

Color Harmonies of #CA1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1330

Black with #CA1330

Text Example


Text Example

White with #CA1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1330; }

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

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

background-color css

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

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

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

border-color css

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

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

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