Html Css Color HEX #CA1334 Cardinal

📋 copy color: '#CA1334'

red 202 ◦ green 19 ◦ blue 52

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

Shades of Cardinal #CA1334

Tints of Cardinal #CA1334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 73.99%
G = 6.96%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA1334 (or 0xCA1334) is known color: Cardinal. HEX triplet: CA, 13 and 34. RGB value is (202,19,52). Sum of RGB (Red+Green+Blue) = 202+19+52=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1334 is #35ECCB. Grayscale: #4D4D4D. Windows color (decimal): -3534028 or 3412938. OLE color: 3412938.

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

Color convert

RGB 202 19 52 -
CMYK 0 0.91 0.74 0.21
HSL 349.18º 0.83% 0.43% -
HSV(B) 349.18º 0.91% 0.79% -
XYZ 25.21 13.27 4.48 -
YUV 77.48 113.63 216.82 -
System Red Green Blue C M Y K H S L
Decimal 202 19 52 0 0.91 0.74 0.21 349.18 0.83 0.43
Hex CA 13 34 0 5B 4A 15 15D 53 2B
Octal 312 23 64 0 133 112 25 535 123 53
Binary 11001010 10011 110100 0 1011011 1001010 10101 101011101 1010011 101011

Color Harmonies of #CA1334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1334

Black with #CA1334

Text Example


Text Example

White with #CA1334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1334; }

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

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

background-color css

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

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

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

border-color css

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

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

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