Html Css Color HEX #CD1334 Cardinal

📋 copy color: '#CD1334'

red 205 ◦ green 19 ◦ blue 52

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

Shades of Cardinal #CD1334

Tints of Cardinal #CD1334

RGB

 RED value IS 205 (80.47% from 255) = 74.28%

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

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

R = 74.28%
G = 6.88%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD1334 (or 0xCD1334) is known color: Cardinal. HEX triplet: CD, 13 and 34. RGB value is (205,19,52). Sum of RGB (Red+Green+Blue) = 205+19+52=276 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.28% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1334 is #32ECCB. Grayscale: #4E4E4E. Windows color (decimal): -3337420 or 3412941. OLE color: 3412941.

HSL color Cylindrical-coordinate representation of color #CD1334: hue angle of 349.35º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1334 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 19 52 -
CMYK 0 0.91 0.75 0.20
HSL 349.35º 0.83% 0.44% -
HSV(B) 349.35º 0.91% 0.8% -
XYZ 26.03 13.69 4.52 -
YUV 78.38 113.12 218.32 -
System Red Green Blue C M Y K H S L
Decimal 205 19 52 0 0.91 0.75 0.20 349.35 0.83 0.44
Hex CD 13 34 0 5B 4B 14 15D 53 2C
Octal 315 23 64 0 133 113 24 535 123 54
Binary 11001101 10011 110100 0 1011011 1001011 10100 101011101 1010011 101100

Color Harmonies of #CD1334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1334

Black with #CD1334

Text Example


Text Example

White with #CD1334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1334; }

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

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

background-color css

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

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

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

border-color css

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

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

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