Html Css Color HEX #CF1E32 Cardinal

📋 copy color: '#CF1E32'

red 207 ◦ green 30 ◦ blue 50

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

Shades of Cardinal #CF1E32

Tints of Cardinal #CF1E32

RGB

 RED value IS 207 (81.25% from 255) = 72.13%

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 72.13%
G = 10.45%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF1E32 (or 0xCF1E32) is known color: Cardinal. HEX triplet: CF, 1E and 32. RGB value is (207,30,50). Sum of RGB (Red+Green+Blue) = 207+30+50=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1E32 is #30E1CD. Grayscale: #555555. Windows color (decimal): -3203534 or 3284687. OLE color: 3284687.

HSL color Cylindrical-coordinate representation of color #CF1E32: hue angle of 353.22º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1E32 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 30 50 -
CMYK 0 0.86 0.76 0.19
HSL 353.22º 0.75% 0.46% -
HSV(B) 353.22º 0.86% 0.81% -
XYZ 26.77 14.42 4.39 -
YUV 85.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 207 30 50 0 0.86 0.76 0.19 353.22 0.75 0.46
Hex CF 1E 32 0 56 4C 13 161 4B 2E
Octal 317 36 62 0 126 114 23 541 113 56
Binary 11001111 11110 110010 0 1010110 1001100 10011 101100001 1001011 101110

Color Harmonies of #CF1E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1E32

Black with #CF1E32

Text Example


Text Example

White with #CF1E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1E32; }

 p { color: rgb(207,30,50); }

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

background-color css

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

 a { background-color: rgb(207,30,50); }

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

border-color css

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

 span { border-color: rgb(207,30,50); }

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